Clean up debian/rules
authorJochen Sprickerhof <git@jochen.sprickerhof.de>
Sun, 12 Oct 2014 22:03:50 +0000 (00:03 +0200)
committerJochen Sprickerhof <git@jochen.sprickerhof.de>
Sun, 12 Oct 2014 22:03:50 +0000 (00:03 +0200)
debian/rules

index 83dadcd8c6d633f698b406bb146032d806fbf888..6e0714fbceb47db96755edd542bdc85b788310e0 100755 (executable)
@@ -15,11 +15,9 @@ CXXFLAGS+=$(CPPFLAGS)
 DEB_HOST_MULTIARCH ?= $(shell dpkg-architecture -qDEB_HOST_MULTIARCH)
 
 .PHONY: override_dh_auto_configure \
-       override_dh_auto_build \
        override_dh_install \
        override_dh_installchangelogs \
-       override_dh_strip \
-       override_dh_shlibdeps
+       override_dh_strip
 
 override_dh_auto_configure:
        dh_auto_configure --                                            \
@@ -36,10 +34,6 @@ override_dh_auto_configure:
        -DBUILD_apps_point_cloud_editor=ON -DBUILD_apps_in_hand_scanner=ON \
        -DWITH_DOCS=ON 
 
-override_dh_auto_build:
-       dh_auto_build -- # Compile the software.
-       dh_auto_build -- doc # Generate Doxygen HTML documentation.
-
 override_dh_install:
        mkdir -p debian/tmp/usr/share/doc/libpcl1.7-dbg && cp debian/README.Debug debian/tmp/usr/share/doc/libpcl1.7-dbg/